* lisp/helpers.el: New library for misc helper functions.
authorBozhidar Batsov <bozhidar@batsov.com>
Mon, 4 Nov 2013 13:10:49 +0000 (15:10 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Mon, 4 Nov 2013 13:10:49 +0000 (15:10 +0200)
commit87ece4307da7dc044ba7398bb6b1fba2f5710ec8
tree78a75600d34c4c0018bfe02aab18773cc1994095
parentf57945034ba50de7eb904eb0530b81ccafcd4b6d
* lisp/helpers.el: New library for misc helper functions.
(hash-table-keys): New function returning a list of hash keys.
(hash-table-values): New function returning a list of hash values.
lisp/ChangeLog